home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / TeXsource / commontex / h / arith < prev    next >
Encoding:
Text File  |  1988-04-08  |  484 b   |  29 lines

  1. /*
  2.  *    Copyright 1986, 1987 Pat Joseph Monardo. All rights reserved.
  3.  *    Copying of this file is granted according to the provisions 
  4.  *    specified in the file COPYING which must accompany this file.
  5.  */
  6.  
  7.  
  8. /*
  9.  *        arith.h
  10.  */
  11.  
  12. #define    UNITY            0200000
  13. #define    TWO                0400000
  14.  
  15. val        half();
  16. scal    round_decimals();
  17. int        print_scaled();
  18.  
  19. global    bool    arith_error;
  20. global    scal    remainder;
  21.  
  22. scal    nx_plus_y();
  23. scal    x_over_n();
  24. scal    xn_over_d();
  25.  
  26. #define    INF_BAD            10000 
  27.  
  28. hword    badness();
  29.